.site-header {
	background-color: #ffffff;
}
.site-header,
.site-header a,
.site-header a:visited,
#primary-menu li a {
	color: #777777;
}
.site-header a:hover,
#primary-menu li a:hover {
	color: #333333;
}
.site-header .search-icon:hover span,
.site-header .search-icon:hover span:before,
#primary-menu li li a:hover,
.sf-menu li.current-menu-item a,
.sf-menu li.current-menu-item a:hover,
article.hentry .edit-link a,
.page-content a,
.entry-content a,
.comment-author a,
.comment-content a,
.comment-reply-title small a:hover,
.sidebar .widget a,
.site-footer .widget a,
#site-bottom a:hover,
.entry-view-more button,
.pagination .page-numbers:hover,
.pagination .page-numbers.current,
.bottom-right a:hover .text,
.bottom-right span.icon-link:hover .text,
.tooltip .left h3,
.entry-content .zhuanti-block .zhuanti-title a:hover,
.entry-content .zhuanti-block ul li a:hover,
#primary .must-log-in a,
.widget_tag_cloud .tagcloud a,
.author-box .author-meta .author-name span {
	color: #0099e5;
}
.tag-list li a:hover,
button,
.btn,
input[type="submit"],
input[type="reset"],
input[type="button"],
.widget_tag_cloud .tagcloud a:hover {
	background-color: #0099e5;
}
.entry-category a,
.widget_tag_cloud .tagcloud a {
	border-color: #0099e5;
}
.entry-category a,
.entry-category a:hover {
	color: #0099e5 !important;
}
.site-title a,
.site-title a:hover,
a:hover,
.sidebar .widget a:hover,
.site-footer .widget a:hover,
.entry-title a:hover,
.page-content a:hover,
.entry-content a:hover,
.content-list .entry-title a:hover,
article.hentry .edit-link a:hover,
.comment-content a:hover,
.single #primary .sticky-breadcrumbs .entry-comment a,
.entry-meta a:hover,
.sidebar .widget_kuaixun ul>li .collapsible:hover,
#primary .must-log-in a:hover {
	color: #0099e5;
}
.sidebar-2 #left-nav li.menu-item-home a,
.category .sidebar-2 #left-nav li.menu-item-home a:hover,
.sidebar-2 #left-nav li a:hover,
.sidebar-2 #left-nav li.current-cat a,
.sidebar-2 #left-nav li.current-menu-item a,
.sidebar-2 #left-nav li.categories h3,
.search .sidebar-2 #left-nav li.menu-item-home a,
.single .sidebar-2 #left-nav li.menu-item-home a,
.author .sidebar-2 #left-nav li.menu-item-home a,
.tag .sidebar-2 #left-nav li.menu-item-home a,
.title-flag,
.entry-related h3:before,
.sidebar .widget .widget-title:before,
.comment-reply-title:before,
.comments-title:before {
	background-color: #0099e5;
}
.nav-on{
	background-color: #0099e5;
	color:#fff!important;
}
.category .sidebar-2 #left-nav li.menu-item-home a {
	background-color: transparent;
}
/* Customize thumbnail width on content list */
@media only screen and (min-width: 1179px) {
	#recent-content.content-list .thumbnail-link {
		width: 210px;
	}
}
.content-list .hentry .post-wrap,
.content-list .content-ad {
	padding: 20px 0;
}
.sidebar .widget_categories .cat-item {
	width: 25%;
}
@media only screen and (min-width: 1179px) {
	#recent-content.content-list .entry-overview.no-excerpt {
		height: 135px;
	}
	#featured-slider {
		max-height: 312px;
	}
}
.site-header {
	border-bottom: 1px solid #e9e9e9;
}
#featured-slider {
	margin-bottom: 5px;
}

.pagination {
  margin: 30px 0 0 0;
  width: 100%;
  text-align: center; }
.pagination li{display:inline-block;}
.pagination a {
background-color: #e6e6e6;
border-radius: 5px;
display: inline-block;
font-size: 16px;
height: 36px;
line-height: 36px;
padding: 0 15px;
margin:0 2px;
text-transform: uppercase;
border: 1px solid #e6e4e4;}
.pagination a:hover {
  background-color: #f4f5f6;
  text-decoration: none; }
.pagination .page-numbers.dots:hover {
  color: #333;
  background-color: transparent; }
.pagination .active a {
  background-color: #0099e5;
  color: #fff; }
.pagination .prev,
.pagination .next {
position: relative; }